home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Aventura / bubblegum.swf / scripts / DefineButton2_515 / BUTTONCONDACTION on(press).as
Encoding:
Text File  |  2007-06-05  |  125 b   |  5 lines

  1. on(press){
  2.    var jsURL = "javascript:openTellAFriendWindow(\'" + home.tellURL + "\', 450, 650)";
  3.    getURL(jsURL,"");
  4. }
  5.